
.sh-banner-collection-card > a > div > div > p {
  display:none;
}
.sh-banner-collection-card > a > div > div > p > svg {
  display:none;
}
.row-heading
{

text-align: center;
}
.sh-product-card {
    background-color:#f6f6f6;  
    border-radius: 0px;  
}
.sh-product-card-discount-tag {
    top:22px !important;
    clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0% 100%, 12% 50%, 0% 0%);
    width: 60px;
    text-align: center;
    border-radius:0px ;  
}
.sh-product-discount-tag {
    font-weight: 400;
    clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0% 100%, 12% 50%, 0% 0%);
    width: 64px;
    text-align: center;
    border-radius:0px ;  
}
.sh-mini-banner-collection-card > a > div > div > div > svg {
  display:none;
}
.sh-mini-banner-collection-card > a > div > div > div > p {
  display:none; 
}
.sh-product-plus-minus-button {
    background-color: #4ad0d8;
    color: #fff;
    border: 1px solid #4ad0d8;
    border-radius: 0px;
    fill: #fff;
}
.sh-product-plus-minus-button:hover {
    background-color: #4ad0d8;
    color: #fff;
    border: 1px solid #4ad0d8;
    border-radius: 0px;
    fill: #fff;
}
.sh-footer-main
{
background-color:#141E27;
color:#fff;
}
.sh-footer-icon
{
color:#FFF;
}
.sh-solid-button {
    border-radius: 4px;
    border:1px solid #4ad0d8 !important;
    background-color: #4ad0d8;
    color: #FFFFFF;
}
.sh-solid-button:hover {
    background-color: #4ad0d8 !important;
    color: #FFFFFF !important;
}
.pr-long-col-media {
    object-fit: cover;
}
.sh-home-product-container
{
background-color:#E7FAFA;
color:#000;
}   

.pr-image {
    object-fit: contain;     /* ensures full image is visible */
    height: auto;            /* adjust height based on image ratio */
    width: 100%;             /* span the width of the container */
    max-height: 300px;       /* limit max height for mobile responsiveness */
    display: block;
    margin: 0 auto;
    box-sizing: border-box;
}



